home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / logrotate.d / acpid next >
Encoding:
Text File  |  2006-09-15  |  137 b   |  10 lines

  1. /var/log/acpid {
  2.     weekly
  3.     rotate 4
  4.     compress
  5.     missingok
  6.     postrotate
  7.         pkill -SIGUSR1 acpid > /dev/null
  8.     endscript
  9. }
  10.